Blazor コントロール
C1DynamicList<T> コンストラクタ(Int32,Int32)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DynamicList<T> クラス > C1DynamicList<T> コンストラクタ : C1DynamicList<T> コンストラクタ(Int32,Int32)
The initial number of items in the collection
Specifies the length of the memory blocks used to store the items.
Initializes a new instance of the C1DynamicList<T> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal count As System.Integer, _
   Optional ByVal partitionLength As System.Integer _
)
public C1DynamicList<T>( 
   System.int count,
   System.int partitionLength
)

パラメータ

count
The initial number of items in the collection
partitionLength
Specifies the length of the memory blocks used to store the items.
参照

C1DynamicList<T> クラス
C1DynamicList<T> メンバ
オーバーロード一覧